home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / x / animutil / xflick.lha / xflick / Imakefile next >
Encoding:
Makefile  |  1992-10-23  |  104 b   |  8 lines

  1. LOCAL_LIBRARIES = $(XLIB)
  2.  
  3. SRCS = xflick.c read.c
  4. OBJS = xflick.o read.o
  5.  
  6. ComplexProgramTarget(xflick)
  7.  
  8.